Delete leftover testing code.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 7 Sep 2002 03:19:39 +0000 (03:19 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 7 Sep 2002 03:19:39 +0000 (03:19 +0000)
gpsbabel/waypt.c

index 71d421ea7ac74c6ffa4ed8c3083176cf36225d61..ce77d7a42971566dae6e967adb32da0c9c1fa831 100644 (file)
@@ -64,8 +64,7 @@ waypt_disp_all(waypt_cb cb)
 {
        queue *elem, *tmp;
        waypoint *waypointp;
-setshort_length(8);
-setshort_mustupper(0);
+
        QUEUE_FOR_EACH(&waypt_head, elem, tmp) {
                waypointp = (waypoint *) elem;
                (*cb) (waypointp);